Gets all engine boxes of the specified type.
public List<T> GetBoxes<T>(Jpeg2000FileFormat format)
Public Function GetBoxes(Of T As Leadtools.Jpeg2000.Jpeg2000MultiBox)( _ByVal format As Leadtools.Jpeg2000.Jpeg2000FileFormat _) As List(Of T)
public:List<T^>^ GetBoxesgeneric<typename T>(Leadtools.Jpeg2000.Jpeg2000FileFormat format)where T: Leadtools.Jpeg2000.Jpeg2000MultiBox
format
Jpeg2000FileFormat specifies the JPEG 2000 engine.
T
A list of Jpeg2000MultiBox objects containing the box data for the specified engine.
The List generic type " T " specifies the type of the boxes being obtained. For example, if you pass a list of XmlBoxes, the currently set XML boxes in the specified engine will be returned. This method is used to get the following types of boxes:
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
